Mostly Harmless
Legacy:UnrealScript Entry Points/Object Events
From Unreal Wiki, The Unreal Engine Documentation Site
Contents
Entry Points: Engine.Object[edit]
event BeginState()[edit]
// Called immediately when entering a state, while within the GotoState call that caused the state change.
event EndState()[edit]
// Called immediately before going out of the current state, while within the GotoState call that caused the state change
event Created()[edit]
//amb: notifiction for object based classes only ()